Error processing SSI file
LEADTOOLS Medical (Leadtools.Ccow assembly)

Show in webframe

Hash(Byte[]) Method






The data.
Hashes the specified binary data.
Syntax
public static byte[] Hash( 
   byte[] data
)
'Declaration
 
Public Overloads Shared Function Hash( _
   ByVal data() As Byte _
) As Byte()
'Usage
 
Dim data() As Byte
Dim value() As Byte
 
value = Utils.Hash(data)
public:
static array<byte>^ Hash( 
   array<byte>^ data
) 

Parameters

data
The data.

Return Value

Hash of the binary data.
Remarks
This function creates a MD5 hash of the passed in data.
Requirements

Target Platforms

See Also

Reference

Utils Class
Utils Members
Overload List

Error processing SSI file
Leadtools.Ccow requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features